home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / winx_dre.swf / scripts / DefineButton2_162 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-03-20  |  123b  |  8 lines

  1. on(release){
  2.    if(!_root.full)
  3.    {
  4.       _root.myShoes.gotoAndStop(10);
  5.       _root.moveCheckmark = false;
  6.    }
  7. }
  8.